Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridRowColCollection<T> Class / Move Method
From.
To.


In This Topic
    Move Method
    In This Topic
    Moves the item at the from position to to.
    Syntax
    'Declaration
     
    
    Public Sub Move( _
       ByVal from As Integer, _
       ByVal to As Integer _
    ) 
    'Usage
     
    
    Dim instance As GridRowColCollection(Of T)
    Dim from As Integer
    Dim to As Integer
     
    instance.Move(from, to)
    public void Move( 
       int from,
       int to
    )

    Parameters

    from
    From.
    to
    To.
    See Also